home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / contrib / dvx / inc / x11 / xaw / logo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-15  |  1.5 KB  |  48 lines

  1. /*
  2. * $XConsortium: Logo.h,v 1.9 89/05/11 01:05:50 kit Exp $
  3. */
  4.  
  5. /*
  6. Copyright 1988 by the Massachusetts Institute of Technology
  7.  
  8. Permission to use, copy, modify, and distribute this
  9. software and its documentation for any purpose and without
  10. fee is hereby granted, provided that the above copyright
  11. notice appear in all copies and that both that copyright
  12. notice and this permission notice appear in supporting
  13. documentation, and that the name of M.I.T. not be used in
  14. advertising or publicity pertaining to distribution of the
  15. software without specific, written prior permission.
  16. M.I.T. makes no representations about the suitability of
  17. this software for any purpose.  It is provided "as is"
  18. without express or implied warranty.
  19. */
  20.  
  21. #ifndef _XawLogo_h
  22. #define _XawLogo_h
  23.  
  24. /* Parameters:
  25.  
  26.  Name             Class        RepType        Default Value
  27.  ----             -----        -------        -------------
  28.  background         Background        Pixel        White
  29.  border             BorderColor    Pixel        XtDefaultForeground
  30.  borderWidth         BorderWidth    Dimension    1
  31.  destroyCallback     Callback        Pointer        NULL
  32.  foreground         Foreground        Pixel        Black
  33.  height             Height        Dimension    100
  34.  mappedWhenManaged   MappedWhenManaged    Boolean        True
  35.  reverseVideo         ReverseVideo    Boolean        False
  36.  width             Width        Dimension    100
  37.  x             Position        Position    0
  38.  y             Position        Position    0
  39.  
  40. */
  41.  
  42. typedef struct _LogoRec *LogoWidget;
  43. typedef struct _LogoClassRec *LogoWidgetClass;
  44.  
  45. extern WidgetClass logoWidgetClass;
  46.  
  47. #endif /* _XawLogo_h */
  48.